微信订单api
.
├── ewm-order-api-demo(C#)
│ ├── ewm-order-api-demo
│ │ ├── ApiReq.cs
│ │ ├── ApiUtil.cs
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Md5Util.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RSAKeyConverter.cs
│ │ ├── RouterServiceReq.cs
│ │ ├── RsaUtil.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BouncyCastle.Crypto.dll
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── RestSharp.Serializers.Newtonsoft.Json.dll
│ │ │ │ ├── RestSharp.dll
│ │ │ │ ├── RestSharp.xml
│ │ │ │ ├── ewm-order-api-demo.exe
│ │ │ │ ├── ewm-order-api-demo.exe.config
│ │ │ │ └── ewm-order-api-demo.pdb
│ │ │ └── Release
│ │ ├── ewm-order-api-demo.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── ewm-order-api-demo.csproj.CopyComplete
│ │ │ ├── ewm-order-api-demo.csproj.CoreCompileInputs.cache
│ │ │ ├── ewm-order-api-demo.csproj.FileListAbsolute.txt
│ │ │ ├── ewm-order-api-demo.csproj.GenerateResource.cache
│ │ │ ├── ewm-order-api-demo.csprojAssemblyReference.cache
│ │ │ ├── ewm-order-api-demo.exe
│ │ │ ├── ewm-order-api-demo.pdb
│ │ │ ├── ewm_order_api_demo.Form1.resources
│ │ │ └── ewm_order_api_demo.Properties.Resources.resources
│ │ └── packages.config
│ ├── ewm-order-api-demo.sln
│ └── packages
│ ├── BouncyCastle.1.8.6.1
│ │ ├── BouncyCastle.1.8.6.1.nupkg
│ │ ├── README.md
│ │ └── lib
│ │ └── BouncyCastle.Crypto.dll
│ ├── Newtonsoft.Json.12.0.3
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.12.0.3.nupkg
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40 sl5 win8 wp8 wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45 win8 wp8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── packageIcon.png
│ ├── RestSharp.106.11.4
│ │ ├── RestSharp.106.11.4.nupkg
│ │ ├── lib
│ │ │ ├── net452
│ │ │ │ ├── RestSharp.dll
│ │ │ │ └── RestSharp.xml
│ │ │ └── netstandard2.0
│ │ │ ├── RestSharp.dll
│ │ │ └── RestSharp.xml
│ │ └── restsharp.png
│ └── RestSharp.Newtonsoft.Json.1.5.1
│ ├── RestSharp.Newtonsoft.Json.1.5.1.nupkg
│ └── lib
│ ├── net452
│ │ └── RestSharp.Serializers.Newtonsoft.Json.dll
│ └── netstandard2.0
│ └── RestSharp.Serializers.Newtonsoft.Json.dll
└── 找例子网_ewm-order-api-demo(C#).zip
31 directories, 76 files
评论